home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
pdflib
/
include
/
unistd.h
< prev
Wrap
C/C++ Source or Header
|
1999-09-16
|
217b
|
18 lines
#ifndef __UNISTD_H
#define __UNISTD_H
#include <libc.h>
#ifndef _DOS_H
#include <dos.h>
#endif
#ifndef _FCNTL_H
#include <fcntl.h>
#endif
char *mktemp(char *template_arg);
int mkstemp(char *template_arg);
#endif